go/types._TypeSet.is (method)

5 uses

	go/types (current package)
		infer.go#L426: 		return tset.is(func(t *term) bool {
		instantiate.go#L231: 	if Ti.typeSet().is(func(t *term) bool {
		typeparam.go#L150: 	return t.iface().typeSet().is(f)
		typeset.go#L46: 	return s.is(func(t *term) bool {
		typeset.go#L112: func (s *_TypeSet) is(f func(*term) bool) bool {